home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 23 / Macromedia xRes Versión 2.0 completa (Spain) / MF 23 Gr ficos.bin / xRes 2.0 SE / Access / XresACCESS_SE.Dxr / 00099_Menu 6 Items.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  329 b   |  18 lines

  1. global gInvisRectCast
  2.  
  3. on mouseEnter
  4.   mouseEnter(script gInvisRectCast)
  5. end
  6.  
  7. on mouseExit
  8.   mouseExit(script gInvisRectCast)
  9. end
  10.  
  11. on mouseWithin
  12.   global helpDelayTicks, helpTextOn
  13.   mouseWithin(script gInvisRectCast)
  14.   if (the lastEvent > helpDelayTicks) and not helpTextOn then
  15.     showHelpText(#MainSubmenuRoll)
  16.   end if
  17. end
  18.